@@ -12,4 +12,4 @@ def share_url(photo_id):  | 
            ||
| 12 | 12 | 
                 | 
            
| 13 | 13 | 
                 | 
            
| 14 | 14 | 
                def upload_file_url(file_path):  | 
            
| 15 | 
                -    return file_path and ('{}{}'.format(settings.DOMAIN, file_path))
               | 
            |
| 15 | 
                +    return file_path and ('{}{}'.format(settings.DOMAIN, file_path.url))
               |